All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.movies.TimeInfo
java.lang.Object
|
+----quicktime.std.movies.TimeInfo
- public class TimeInfo
- extends Object
The TimeInfo class represents time information returned by the Movie Toolbox
and general usage to pass in information regarding timing.
-
duration
- Corresponds to a duration value.
-
time
- Corresponds to some time value - generally a start time.
-
TimeInfo(int, int)
- This constructor creates a TimeInfo object.
-
toString()
- Returns a string representation of this class.
time
public int time
- Corresponds to some time value - generally a start time.
duration
public int duration
- Corresponds to a duration value.
TimeInfo
public TimeInfo(int time,
int duration)
- This constructor creates a TimeInfo object.
- Parameters:
- time - Specifies the a time value.
- duration - Specifies a duration value.
toString
public String toString()
- Returns a string representation of this class.
- Returns:
- a String
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index